.main-ctr{
    padding-top: 220px;
}

.sub-page .main-ctr{
    margin-top: -680px;
    padding-top: 0;

}

.main-ctr .main-ctr-bg-wrap
{
    background-color: rgba(255,255,255,0.3);
    overflow: hidden;
}

.news-index-wrap{
    margin: 12px;
    background: #fff;
    border-radius: 4px;
    padding:18px;
}

.news-index-wrap .left-swiper-wrap{
    width: 560px;
    height: 360px;
    float: left;
    position: relative;
}   

.news-index-wrap .left-swiper-wrap .news-banner {
    width: 100%;
    height: 100%;
}

.news-index-wrap .left-swiper-wrap .news-banner .swiper-slide{
    width: 560px;
    height: 360px;
}
.news-index-wrap .left-swiper-wrap .news-banner .swiper-slide a{
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.news-index-wrap .left-swiper-wrap .news-banner .swiper-slide a img{
    display: block;
    height: 100%;
    width: 100%;
}

.news-index-wrap .left-swiper-wrap .news-banner .swiper-button{
    width: 26px;
    height: 48px;
    background: rgba(0,0,0,0.52);
}
.news-index-wrap .left-swiper-wrap .news-banner .desc{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding:0 10px;
    background: rgba(0,0,0,0.4);
    height: 48px;
    line-height: 48px;
    color: #fff;
}

.news-index-wrap .left-swiper-wrap .news-banner .desc .title{
    float: left;
    font-size: 16px;
    width: 80%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    font-weight: normal;
}

.news-index-wrap .left-swiper-wrap .news-banner .desc .pager{
    float: right;
}

.news-index-wrap .left-swiper-wrap .news-banner .desc .pager .big{
    color: #F4B909;
    font-size: 24px;
}

.news-index-wrap .left-swiper-wrap .news-banner .swiper-button:after {
    font-size: 18px;
    color: #fff;
}

.news-index-wrap .left-swiper-wrap .news-banner .swiper-button.swiper-button-prev{
    left: 0;
}

.news-index-wrap .left-swiper-wrap .news-banner .swiper-button.swiper-button-next{
    right: 0;
}

.news-index-wrap .right-news-list{
    float: left;
    width: 580px;
    margin-left: 18px;
}

.news-index-wrap .right-news-list .big-news-item{
    padding-bottom: 14px;
    border-bottom: 1px dashed #E0E0E0;
    margin-bottom: 10px;
}

.news-index-wrap .right-news-list .big-news-item>a{
    display: block;
}

.news-index-wrap .right-news-list .big-news-item .title{
    text-overflow:ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: normal;
    font-size: 24px;
    font-weight: bold;
}

.news-index-wrap .right-news-list .big-news-item section{
    line-height: 24px;
    font-size: 15px;
    color: #8F8F8F;
    padding-top: 8px;
}

.news-index-wrap .right-news-list .big-news-item section .link{
    color: #156ACE;
    padding-left: 10px;
}


.news-index-wrap .right-news-list  .small-news-list{
    position: relative;
}

.news-index-wrap .right-news-list  .small-news-list:before{
    content: '';
    width: 4px;
    height: 4px;
    background-color: #999999;
    display: block;
    position: absolute;
    top: 14px;
}

.news-index-wrap .right-news-list  .small-news-list a{
    display: block;
    line-height: 30px;
    font-size: 15px;
}

.news-index-wrap .right-news-list  .small-news-list a .name{
    float: left;
    padding-left: 20px;
    color: #474747;
    box-sizing: border-box;
    width: 84%;
    text-overflow:ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.news-index-wrap .right-news-list  .small-news-list a .time{
    float: right;
    color: #999;
}

.main-index-wrap{
    background-color: #fff;
    overflow: hidden;
    margin: 12px;
    border-radius: 4px;
}

.index-marks{
    margin: 18px;
}

.index-marks .mark-item{
    float: left;
    margin-right: 16px;
}

.index-marks .mark-item:last-child{
    margin-right: 0px;
}

.gonggao-wrap{
    margin:0 18px;
    position: relative;
}

.gonggao-wrap .gonggao-item{
    width: 360px;
    float: left;
    box-sizing: border-box;
}

.gonggao-wrap .gonggao-item .title-wrap{
    line-height: 32px;
}

.gonggao-wrap .gonggao-item.line .title-wrap{
    border-bottom: 1px solid #E0E0E0;
}

.gonggao-wrap .gonggao-item .title-wrap .title{
    float: left;
    font-size: 18px;
    color: #156ACE;
    font-weight: bold;
    padding: 0 5px;
    
}

.gonggao-wrap .gonggao-item.line .title-wrap .title{
    position: relative;
}

.gonggao-wrap .gonggao-item.line .title-wrap .title:after{
    position: absolute;
    content: '';
    left:0;
    right: 0;
    bottom:-1.5px;
    background-color: #156ACE;
    height: 3px;
}

.gonggao-wrap .gonggao-item .title-wrap .more{
    float: right;
    color: #156ACE;
    font-size: 14px;
    background: url(../images/arrow.png) no-repeat right center;
    background-size: 15px;
    padding-right: 25px;
    display: block;
    cursor: pointer;
}

.gonggao-wrap .gonggao-item ul{
    padding-top: 10px;
    height: 240px;
}

.gonggao-wrap .gonggao-item ul li {
    position: relative;
}

.gonggao-wrap .gonggao-item ul li:before{
    content: '';
    width: 4px;
    height: 4px;
    background-color: #999999;
    display: block;
    position: absolute;
    top: 14px;
}

.gonggao-wrap .gonggao-item ul li a{
    display: block;
    line-height: 30px;
    font-size: 15px;
}

.gonggao-wrap .gonggao-item ul li a .name{
    float: left;
    padding-left: 12px;
    color: #474747;
    box-sizing: border-box;
    width: 74%;
    text-overflow:ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.gonggao-wrap .gonggao-item ul li a .time{
    float: right;
    color: #999;
}
.gonggao-wrap .gonggao-group {
    padding-bottom: 18px;
}
.gonggao-wrap .gonggao-group .gonggao-item{
    margin-right: 38px;
}

.gonggao-wrap .gonggao-group .gonggao-item:last-child{
    margin-right: 0;
}

.gonggao-wrap .gonggao-group.one .gonggao-item.img-bg .title-wrap,
.gonggao-wrap .gonggao-group.two .gonggao-item.img-bg .title-wrap{
    width: 100%;
    box-sizing: border-box;
    padding: 0 0 0 48px;
}
.gonggao-wrap .gonggao-group.one .gonggao-item.img-bg:nth-child(1) .title-wrap {
    background: url(../images/tit-01.png) no-repeat center center;
    background-size: 100% 100%;
}

.gonggao-wrap .gonggao-group.one .gonggao-item.img-bg:nth-child(2) .title-wrap {
    background: url(../images/tit-02.png) no-repeat center center;
    background-size: 100% 100%;
}
.gonggao-wrap .gonggao-group.two .gonggao-item.img-bg ul li:before{
    content: none;
    
}

.gonggao-wrap .gonggao-group.two .gonggao-item.img-bg ul li .name{
    padding-left: 26px;
}
.gonggao-wrap .gonggao-group.two .gonggao-item.img-bg:nth-child(1) .title-wrap {
    background: url(../images/tit-03.png) no-repeat center center;
    background-size: 100% 100%;
}

.gonggao-wrap .gonggao-group.two .gonggao-item.img-bg:nth-child(1) ul li{
    background:url(../images/icon-01.png) no-repeat left center;
    background-size: 20px;
}

.gonggao-wrap .gonggao-group.two .gonggao-item.img-bg:nth-child(2) ul li{
    background:url(../images/icon-02.png) no-repeat left center;
    background-size: 16px;
}

.gonggao-wrap .gonggao-group.two .gonggao-item.img-bg:nth-child(2) .title-wrap {
    background: url(../images/tit-04.png) no-repeat center center;
    background-size: 100% 100%;
}

.xuanchuan-gonggao{
    position: absolute;
    right: 18px;
    bottom: 0;
    width: 360px;
  	padding-bottom:10px;
}
.xuanchuan-gonggao>a{
    display: block;
    margin-bottom: 12px;
}
.xuanchuan-gonggao>a img{
    display: block;
    width: 100%;
}

.xuanchuan-gonggao .jiugongge-wrap{
    background-color: #F5F5F5;
    padding: 12px;
    padding-bottom: 4px;
}
.xuanchuan-gonggao .jiugongge-wrap .jgg-item{
    float: left;
    margin-right: 8px;
    margin-bottom: 8px;
}

.xuanchuan-gonggao .jiugongge-wrap .jgg-item:nth-child(3n){
    margin-right: 0;
}

.yglink-wrap {
    background-color: #fff;
    overflow: hidden;
    margin: 12px;
    border-radius: 4px;
    padding: 18px
}

.yglink-wrap .text{
    float: left;
    color: #474747;
    font-size: 14px;
    word-wrap: break-word;
    width: 14px;
    margin-right: 18px;
    line-height: 18px;
}
.yglink-wrap .yqlink-swiper{
    padding: 0 26px;
    float: right;
    width: 1080px;
    position: relative;
}

.yglink-wrap .yqlink-swiper .swiper-button{
    width: 12px;
    height: 70px;
    background: #F0F0F0;
    margin-top: 0;
}

.yglink-wrap .yqlink-swiper .swiper-button:after{
    content: none;
}

.yglink-wrap .yqlink-swiper .swiper-button.swiper-button-prev{
    left: 0px;
    top: 0;
    background: url(../images/arrow-left.png) no-repeat center center;
    background-size: 100% 100%;
}

.yglink-wrap .yqlink-swiper .swiper-button.swiper-button-next{
    background: url(../images/arrow-right.png) no-repeat center center;
    background-size: 100% 100%;
    right: 0px;
    top: 0;
}

.yglink-wrap .yqlink-swiper .swiper-slide{
    width: 236px;
    height: 70px;
}

.yglink-wrap .yqlink-swiper .swiper-slide a,
.yglink-wrap .yqlink-swiper .swiper-slide a img{
    display: block;
    width: 100%;
    height: 100%;
}



.xxcenter-wrap .gonggao-item{
    width: 540px;
    float: left;
    box-sizing: border-box;
    margin-top: 30px;
}

.xxcenter-wrap .gonggao-item .title-wrap{
    line-height: 32px;
}

.xxcenter-wrap .gonggao-item.line .title-wrap{
    border-bottom: 1px solid #E0E0E0;
}

.xxcenter-wrap .gonggao-item .title-wrap .title{
    float: left;
    font-size: 18px;
    color: #156ACE;
    font-weight: bold;
    padding: 0 5px;
    
}

.xxcenter-wrap .gonggao-item.line .title-wrap .title{
    position: relative;
}
.xxcenter-wrap .gonggao-item.line .title-wrap .title:after{
    position: absolute;
    content: '';
    left:0;
    right: 0;
    bottom:-1.5px;
    background-color: #156ACE;
    height: 3px;
}

.xxcenter-wrap .gonggao-item .title-wrap .more{
    float: right;
    color: #156ACE;
    font-size: 14px;
    background: url(../images/arrow.png) no-repeat right center;
    background-size: 15px;
    padding-right: 25px;
    display: block;
    cursor: pointer;
}


.xxcenter-wrap .gonggao-item ul{
    padding-top: 10px;
    height: 240px;
}
.xxcenter-wrap .gonggao-item ul li {
    position: relative;
}

.xxcenter-wrap .gonggao-item ul li:before{
    content: '';
    width: 4px;
    height: 4px;
    background-color: #999999;
    display: block;
    position: absolute;
    top: 14px;
}

.xxcenter-wrap .gonggao-item ul li a{
    display: block;
    line-height: 30px;
    font-size: 15px;
}
.xxcenter-wrap .gonggao-item ul li a .name{
    float: left;
    padding-left: 12px;
    color: #474747;
    box-sizing: border-box;
    width: 74%;
    text-overflow:ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.xxcenter-wrap .gonggao-item ul li a .time{
    float: right;
    color: #999;
}

.xxcenter-wrap .gonggao-item:nth-child(2n+1){
    margin-right: 80px;
}


.xxlist-wrap .left-xxlist{
    float: left;
    width: 355px;
}

.xxlist-wrap .left-xxlist img{
    display: block;
    width: 100%;
}

.xxlist-wrap .left-xxlist ul{
    padding:18px 5px;
}

.xxlist-wrap .left-xxlist ul li{
    margin-bottom: 18px;
    background: #F2F2F2;
    border: 1px solid #E0E0E0;
    border-radius: 4px;
    height: 50px;
    line-height: 50px;
}

.xxlist-wrap .left-xxlist ul li.active{
    background: #E3E8ED;
    border: 1px solid #AACCEE;
}

.xxlist-wrap .left-xxlist ul li:last-child{
    margin-bottom: 0;
}

.xxlist-wrap .left-xxlist ul li a{
    display: block;
    height: 100%;
    width: 100%;
    text-align: center;
    font-size: 19px;
    color: #474747;
}

.xxlist-wrap .left-xxlist ul li.active a{
    color: #156ACE;
}

.xxlist-wrap  .right-xxlist{
    float: right;
    width: 755px;
}


.xxlist-wrap  .right-xxlist .xx-list-title{
    border-bottom: 1px solid #E0E0E0;
    
}
.xxlist-wrap  .right-xxlist .xx-list-title .title{
    position: relative;
    line-height: 32px;
    font-size: 18px;
    color: #156ACE;
    font-weight: bold;
    display: inline-block;
    padding:0 5px;
}
.xxlist-wrap  .right-xxlist .xx-list-title .title:after{
    position: absolute;
    content: '';
    left:0;
    right: 0;
    bottom:-1.5px;
    background-color: #156ACE;
    height: 3px;
}
.xxlist-wrap  .right-xxlist  .xxlist-news .xxlist-news-item{
    padding:10px 0;
    border-bottom: 1px dashed #E0E0E0;
}

.xxlist-wrap  .right-xxlist  .xxlist-news .xxlist-news-item:last-child{
    border-bottom: 0;
}
.xxlist-wrap  .right-xxlist  .xxlist-news .xxlist-news-item.big .img-box{
    width: 190px;
    height: 128px;
    float: left;
}

.xxlist-wrap  .right-xxlist  .xxlist-news .xxlist-news-item.big .img-box img{
    display: block;
    width: 100%;
    height: 100%;
}

.xxlist-wrap  .right-xxlist  .xxlist-news .xxlist-news-item .xxlist-news-item-ctr .title{
    font-size: 18px;
    color: #474747;
    line-height: 30px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    margin-bottom: 4px;
}

.xxlist-wrap  .right-xxlist  .xxlist-news .xxlist-news-item.big .xxlist-news-item-ctr {
    float: right;
    width: 522px;
}

.xxlist-wrap  .right-xxlist  .xxlist-news .xxlist-news-item .xxlist-news-item-ctr .desc{
    font-size: 15px;
    color: #8F8F8F;
    line-height: 23px;
}

.news-detail-wrap .left-news-detail{
    float: left;
    width: 755px;
}

.news-detail-wrap  .right-news-detail{
    float: right;
    width: 355px;
}


.news-detail-wrap  .right-news-detail .gonggao-item{
    box-sizing: border-box;
    margin-bottom: 18px;
}

.news-detail-wrap  .right-news-detail .gonggao-item .title-wrap{
    line-height: 32px;
}

.news-detail-wrap  .right-news-detail .gonggao-item.line .title-wrap{
    border-bottom: 1px solid #E0E0E0;
}

.news-detail-wrap  .right-news-detail .gonggao-item .title-wrap .title{
    float: left;
    font-size: 18px;
    color: #156ACE;
    font-weight: bold;
    padding: 0 5px;
    
}

.news-detail-wrap  .right-news-detail .gonggao-item.line .title-wrap .title{
    position: relative;
}

.news-detail-wrap  .right-news-detail .gonggao-item.line .title-wrap .title:after{
    position: absolute;
    content: '';
    left:0;
    right: 0;
    bottom:-1.5px;
    background-color: #156ACE;
    height: 3px;
}

.news-detail-wrap  .right-news-detail .gonggao-item .title-wrap .more{
    float: right;
    color: #156ACE;
    font-size: 14px;
    background: url(../images/arrow.png) no-repeat right center;
    background-size: 15px;
    padding-right: 25px;
    display: block;
    cursor: pointer;
}

.news-detail-wrap  .right-news-detail .gonggao-item ul{
    padding-top: 10px;
}

.news-detail-wrap  .right-news-detail .gonggao-item ul li {
    position: relative;
}

.news-detail-wrap  .right-news-detail .gonggao-item ul li:before{
    content: '';
    width: 4px;
    height: 4px;
    background-color: #999999;
    display: block;
    position: absolute;
    top: 14px;
}

.news-detail-wrap  .right-news-detail .gonggao-item ul li a{
    display: block;
    line-height: 30px;
    font-size: 15px;
}

.news-detail-wrap  .right-news-detail .gonggao-item ul li a .name{
    float: left;
    padding-left: 12px;
    color: #474747;
    box-sizing: border-box;
    width: 74%;
    text-overflow:ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.news-detail-wrap  .right-news-detail .gonggao-item ul li a .time{
    float: right;
    color: #999;
}



.breadcrumb-wrap{
    
}

.breadcrumb-wrap span,
.breadcrumb-wrap a{
    display: inline-block;
    vertical-align: middle;
    color: #474747;
    font-size: 12px;
}

.breadcrumb-wrap span{
    background: url(../images/address_icon.png) no-repeat left center;
    background-size: 12px;
    padding-left: 18px;
}

.news-detail-wz{
    
}

.news-detail-wz .news-detail-title-wrap{
    padding:30px 0 12px;
    text-align: center;
    border-bottom: 1px solid #E0E0E0;
    margin-bottom: 24px;
}

.news-detail-wz .news-detail-title-wrap h2{
    font-size: 28px;
}

.news-detail-wz .news-detail-title-wrap .desc{
    font-size: 15px;
    color: #8F8F8F;
    letter-spacing: 0;
    line-height: 23px;
    margin-top: 12px;
}

.news-detail-wz .news-detail-title-wrap .desc .toggle-fontsize span{
	cursor:pointer;
}
.news-detail-wz .news-detail-title-wrap .desc .toggle-fontsize span.active{
	color:#3268c7;
}
.news-detail-wz section{
    text-indent: 2em;
    margin-bottom: 24px;
    color: #474747;
    font-size: 15px;
    line-height: 23px;
    padding: 0 24px;
    
}
.news-detail-content{
  width:100%;
  overflow:hidden;
  font-family: arial;
}

.news-detail-content img{
	display:block;
  	width:80% !important;;
  	margin:0 auto;
  	height:auto !important;
}

.left-gaikuang-wrap{
    float: left;
    width: 755px;
}

.right-gaikuang-wrap{
    float: right;
    width: 355px;
    
}
.gaikuang-wrap .gaikuang-tabs {
    border-bottom: 1px solid #E0E0E0;
}

.gaikuang-wrap .gaikuang-tabs .tab-item{
    color:#2A2A2A;
    font-size: 18px;
    float: left;
    line-height: 25px;
    padding:8px 5px;
    cursor: pointer;
    margin-right: 18px;
}

.gaikuang-wrap .gaikuang-tabs .tab-item.active{
    position: relative;
    color: #156ACE;
    font-weight: bold;
}

.gaikuang-wrap .gaikuang-tabs .tab-item.active:after{
    content:'';
    position: absolute;
    background-color: #156ACE;
    height: 3px;
    left:0;
    right: 0;
    bottom: 0px;
}
.gaikuang-swiper-ctr .swiper-slide-ctr{
    padding-top: 30px;
}
.gaikuang-swiper-ctr .swiper-slide-ctr .left-gaikuang{
    width: 360px;
    float: left;
    
}

.gaikuang-swiper-ctr .swiper-slide-ctr  .right-gaikuang{
    float: right;
    width: 356px;
    color: #474747;
    font-size: 14px;
    line-height: 26px;
}

.gaikuang-swiper-ctr .swiper-slide-ctr  .right-gaikuang section{
    text-indent: 2em;
}

.gaikuang-swiper-ctr .swiper-slide-ctr  .right-gaikuang p{
    color: #156ACE;
    padding-top: 24px;
}

.gaikuang-wrap .gonggao-item{
    box-sizing: border-box;
    margin-bottom: 18px;
}

.gaikuang-wrap .gonggao-item .title-wrap{
    line-height: 32px;
}

.gaikuang-wrap .gonggao-item .title-wrap .title{
    float: left;
    font-size: 18px;
    color: #156ACE;
    font-weight: bold;
    padding: 0 5px;
    
}

.gaikuang-wrap .gonggao-item .title-wrap .more{
    float: right;
    color: #156ACE;
    font-size: 14px;
    background: url(../images/arrow.png) no-repeat right center;
    background-size: 15px;
    padding-right: 25px;
    display: block;
    cursor: pointer;
}

.gaikuang-wrap .gonggao-item ul{
    padding-top: 10px;
}

.gaikuang-wrap .gonggao-item ul li {
    position: relative;
}

.gaikuang-wrap .gonggao-item ul li:before{
    content: '';
    width: 4px;
    height: 4px;
    background-color: #999999;
    display: block;
    position: absolute;
    top: 14px;
}

.gaikuang-wrap .gonggao-item ul li a{
    display: block;
    line-height: 30px;
    font-size: 15px;
}

.gaikuang-wrap .gonggao-item ul li a .name{
    float: left;
    padding-left: 12px;
    color: #474747;
    box-sizing: border-box;
    width: 74%;
    text-overflow:ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.gaikuang-wrap .gonggao-item ul li a .time{
    float: right;
    color: #999;
}

.gaikuang-wrap .gonggao-item.img-bg .title-wrap{
    width: 100%;
    box-sizing: border-box;
    padding: 0 0 0 48px;
}

.gaikuang-wrap .gonggao-item.img-bg:nth-child(1) .title-wrap {
    background: url(../images/tit-swgk-01.png) no-repeat center center;
    background-size: 100% 100%;
}

.gaikuang-wrap .gonggao-item.img-bg:nth-child(2) .title-wrap {
    background: url(../images/tit-swgk-02.jpg) no-repeat center center;
    background-size: 100% 100%;
}
.cantact-wrap{

}
.cantact-wrap .company-infors {
    padding:40px 0 18px;
}
.cantact-wrap .company-infors .company-group{
    width: 50%;
    float: left;
    font-size: 0;
    overflow: hidden;
}



.cantact-wrap .company-infors .company-group span{
    display: inline-block;
    font-size: 16px;
    color: #000;
    height: 40px;
    line-height: 40px;
    border:1px solid #000;
    box-sizing: border-box;
    border-top: 0;
    padding-left: 12px;
}

.cantact-wrap .company-infors .company-group:nth-child(1) span,
.cantact-wrap .company-infors .company-group:nth-child(2) span{
    border-top: 1px solid #000;
}

.cantact-wrap .company-infors .company-group:nth-child(2n) span:nth-child(2){
    border-right: 1px solid #000;
}

.cantact-wrap .company-infors .company-group span:nth-child(1){
    width:120px;
}
.cantact-wrap .company-infors .company-group span:nth-child(2){
    width: calc(100% - 120px);
    border-left: 0;
    border-right: 0;
}
.company-map {
    height: 480px;
}
.company-map iframe{
    width: 100%;
    height: 100%;
    display: block;
}
.wenjuan-wrap{
            
        }
.wenjuan-wrap iframe{
            width:100%;
  			display:block;
  	height:1200px;
        }
        .wenjuan-wrap .wenjuan-form input[type="checkbox"] {
            width: 16px;
            height: 16px;
            background: url(../images/weixuanzhong.png);
            appearance: none; -webkit-appearance: none;outline: none;
            margin:0;
            margin-top: 1px;
            border: 0;
        }
        .wenjuan-wrap .wenjuan-form input[type="checkbox"]:checked {
            background: url(../images/xuanzhong.png);
        }
        .wenjuan-wrap .title{
            font-size: 24px;
            color: #1A1A1A;
            letter-spacing: 0;
            text-align: center;
            line-height: 30px;
        }
        .wenjuan-wrap  .qianyan-ctr {
            padding:10px 0 12px;
            font-weight: 400;
            border-bottom: 1px solid #CAD7E6;
        }
        .wenjuan-wrap  .qianyan-ctr p{
            font-size: 16px;
            color: #1A1A1A;
            letter-spacing: 0;
            line-height: 30px;
        }
        .wenjuan-wrap  .qianyan-ctr p:nth-child(2){
            text-indent: 2em;
        }
        .wenjuan-wrap .wenjuan-form{
            padding:17px 0 11px;
            border-bottom: 1px dashed #C0C4C9;
        }
        .wenjuan-wrap .wenjuan-form h4{
            font-size: 16px;
            color: #1A1A1A;
            letter-spacing: 0;
            line-height: 30px;
            margin-bottom: 8px;
        }
        .wenjuan-wrap .wenjuan-form .form-parent[name="userType"] {
            overflow: hidden;
        }
        .wenjuan-wrap .wenjuan-form .form-parent[name="userType"] .form-group{
            float: left;
            width: 50%;
            font-size: 14px;
            color: #474747;
            letter-spacing: 0;
            margin: 8px 0 ;
        }
        .wenjuan-wrap .wenjuan-form .form-parent[name="userType"] .form-group input{
            float: left;
            margin-right: 10px;
        }
        .wenjuan-form>.form-group{
            font-size: 14px;
            color: #474747;
            letter-spacing: 0;
            margin:16px 0;
        }
        .wenjuan-form>.form-group .form-parent {
            padding-left: 50px;
            vertical-align: middle;
        }
        .wenjuan-form>.form-group .form-parent label{
            width: 106px;
            display: inline-block;
        }
        .wenjuan-form>.form-group .form-parent label input{
            vertical-align: top;
            margin-right: 10px;
        }
        .wenjuan-form>.form-group textarea{
            width:426px;
            height: 107px;
            border: 1px solid #B8BBBE;
            border-radius: 4px;
            outline: none;
            background: #fff;
        }
        .wenjuan-form>.form-group  .label{
            width: 146px;
            display: inline-block;
        }
        .wenjuan-form>.form-group input{
            background: #FFFFFF;
            border: 1px solid #B8BBBE;
            border-radius: 2px;
            width: 273px;
            height: 30px;
            outline: none;
        }
.wenjuan-form>.form-group .text{
            display: inline-block;
            width: 210px;
        }
        .tijiao-btn{
            margin:24px auto 0;
            background: #3988E4;
            border-radius: 20px;
            width: 196px;
            height: 32px;
            line-height: 32px;
            text-align: center;
            font-size: 14px;
            color: #FFFFFF;
            letter-spacing: 0;
        }